Added a base font size
authorRaphaël Huchet <rap2hpoutre@users.noreply.github.com>
Sat, 29 Apr 2017 10:42:56 +0000 (12:42 +0200)
committerGitHub <noreply@github.com>
Sat, 29 Apr 2017 10:42:56 +0000 (12:42 +0200)
src/doc/stylesheets/all.css

index 5ed49be72670dbb23d11ea74a9fccc22735e874c..46b0343ea8a700bd08b6687db975bc0bb0fa0106 100644 (file)
@@ -17,6 +17,7 @@ body {
   -webkit-align-items: center;
           align-items: center;
   font-family: sans-serif;
+  font-size: 16px;
 }
 
 a { color: #00ac5b; text-decoration: none; }